home *** CD-ROM | disk | FTP | other *** search
- ;module-definition file for Windows Unzip-- used by link.exe
-
- NAME WizUnZip ; application's module name
-
- DESCRIPTION 'Windows Info-ZIP Unzip 3.0 by Info-ZIP, Mike White 1995'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
-
- ;CODE can be moved in memory and discarded/reloaded
- CODE MOVEABLE
-
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA MOVEABLE MULTIPLE
-
-
-